.index_about_bg{min-width:1190px; max-width:1920px; margin:auto; background:url(../ZERO/img/about_bg.jpg) center top repeat-x; padding-bottom:56px;}
.index_about_indexAbout{width:1190px; margin:auto; padding-top:54px;}
.index_about_head{width:1190px; text-align:center; background:url(../ZERO/img/page_line.png) center no-repeat; height:50px; font-size:30px; color:#ffffff; font-weight:bold; line-height:50px;}

.index_about_right{width:567px; float:left; margin-left:15px; margin-top:20px;}
.index_about_right h2{ font-size:16px; color:#ffffff; font-weight:bold; line-height:30px;}
.index_about_right p{ font-size:14px; color:#ffffff; line-height:21px; margin-top:10px;}
.index_about_more{width:100%; text-align:right; line-height:30px;}
.index_about_more a{font-size:14px; color:#ffffff;}
.index_about_honor{width:502px; margin:auto; margin-top:5px; text-align:center;}

.index_about_aboutpic{width:566px; margin-top:29px; height:318px; float:right; overflow:hidden; box-shadow:0 0 10px #c4c4c4;}
.index_about_pic{width:556px; height:308px; border:5px solid #FFFFFF; overflow:hidden;}
.index_about_pic img{width:556px; height:308px; transition:all .6s;}
.index_about_pic:hover img{transition:all .6s;transform:scale(1.15);}

#index_about_animate,#index_about_animate_1,#index_about_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}